{ "version": 4, "terraform_version": "1.7.2", "serial": 155, "lineage": "de8ef319-fb83-6f8c-bfc0-274101ff5d19", "outputs": { "db_endpoint": { "value": "db-2.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-89a6fac44a73155cc", "ami": "ami-253b112f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bd8ffa2d"], "subnet_id": "subnet-896c9e19", "key_name": "prod-deploy-key" } } ] } ] }