{ "version": 4, "terraform_version": "1.6.0", "serial": 585, "lineage": "69119aba-c772-d3c4-e5a9-bf0a51502204", "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-43315bbf406e6da12", "ami": "ami-c245f548", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3f24267c"], "subnet_id": "subnet-cf3498b8", "key_name": "prod-deploy-key" } } ] } ] }