{ "version": 4, "terraform_version": "1.5.3", "serial": 177, "lineage": "04f80bba-dca7-0efe-ff34-3bc664b96e6b", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5f0c9f19f8dcd31a9", "ami": "ami-59b92b32", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d1b36f07"], "subnet_id": "subnet-5e26c3b5", "key_name": "prod-deploy-key" } } ] } ] }