{ "version": 4, "terraform_version": "1.5.8", "serial": 107, "lineage": "355941dc-67bf-92d6-23f1-145f6772b259", "outputs": { "db_endpoint": { "value": "db-3.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-64acb1bb07361bc2c", "ami": "ami-14d084f3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5528e715"], "subnet_id": "subnet-01e7f3b2", "key_name": "prod-deploy-key" } } ] } ] }