{ "version": 4, "terraform_version": "1.6.0", "serial": 408, "lineage": "63c305d0-a41d-c1f4-4615-cff319861055", "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-cb5a506fa19cf4ac8", "ami": "ami-f547989a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5cb43892"], "subnet_id": "subnet-ffe23a25", "key_name": "prod-deploy-key" } } ] } ] }