{ "version": 4, "terraform_version": "1.5.0", "serial": 588, "lineage": "f22c97e8-c06b-7beb-8ab0-27df4e04c69c", "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-713ec586ca2d83eaf", "ami": "ami-036167fc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-68da6732"], "subnet_id": "subnet-a8c8cad7", "key_name": "prod-deploy-key" } } ] } ] }