{ "version": 4, "terraform_version": "1.7.1", "serial": 577, "lineage": "1a05729a-10e3-d405-17dc-ce200c813c98", "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-ffb49746ff6b3d5ca", "ami": "ami-fd6d5e97", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc346e4d"], "subnet_id": "subnet-c2674b6a", "key_name": "prod-deploy-key" } } ] } ] }