{ "version": 4, "terraform_version": "1.6.1", "serial": 190, "lineage": "f7cd1046-2d0f-7772-1a9f-f47dde73589f", "outputs": { "db_endpoint": { "value": "db-3.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-554c9ed2e9ff4e0f9", "ami": "ami-5d55aceb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-17d126df"], "subnet_id": "subnet-c9288ee4", "key_name": "prod-deploy-key" } } ] } ] }