{ "version": 4, "terraform_version": "1.8.0", "serial": 544, "lineage": "330bfcc6-99e5-0aa0-6a1f-c5799a8a19f1", "outputs": { "db_endpoint": { "value": "db-0.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-91e642b6f80f34ccf", "ami": "ami-d586a3dc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-efeb9e97"], "subnet_id": "subnet-e8dd358f", "key_name": "prod-deploy-key" } } ] } ] }