{ "version": 4, "terraform_version": "1.6.6", "serial": 446, "lineage": "4443dd7b-61d8-7e48-0898-b43c0e04b4fd", "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-b0c70679ab0dbfd1b", "ami": "ami-0a76473e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1f9f7429"], "subnet_id": "subnet-2d57a8e7", "key_name": "prod-deploy-key" } } ] } ] }