{ "version": 4, "terraform_version": "1.6.6", "serial": 552, "lineage": "5fc5f509-411c-ead5-5628-897e21746780", "outputs": { "db_endpoint": { "value": "db-4.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-00ffb56bbabe7fecf", "ami": "ami-455ca40d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b74d0033"], "subnet_id": "subnet-4737b824", "key_name": "prod-deploy-key" } } ] } ] }