{ "version": 4, "terraform_version": "1.6.1", "serial": 579, "lineage": "51902721-20b9-e6b1-b9a9-4d3c62a54eab", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-94464047f3be5a1a4", "ami": "ami-2c246dba", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-77611753"], "subnet_id": "subnet-5154b1cf", "key_name": "prod-deploy-key" } } ] } ] }