{ "version": 4, "terraform_version": "1.5.9", "serial": 431, "lineage": "6b8ec736-34c2-8c72-7f4c-c4b3190cdc19", "outputs": { "db_endpoint": { "value": "db-1.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-b4180863574e85e6b", "ami": "ami-1c7aa25e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b8a460da"], "subnet_id": "subnet-367f43d6", "key_name": "prod-deploy-key" } } ] } ] }