{ "version": 4, "terraform_version": "1.6.4", "serial": 283, "lineage": "05b420cf-2909-5708-a99f-a8f5af9d0d8b", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-a5e1695c6fc0c2d53", "ami": "ami-7e9b684a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-323df54f"], "subnet_id": "subnet-444c3ca7", "key_name": "prod-deploy-key" } } ] } ] }