{ "version": 4, "terraform_version": "1.5.3", "serial": 143, "lineage": "d731fd9d-737a-5ed7-e6ac-1b63b9e9660b", "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-49e65955c8a9eb61d", "ami": "ami-fa859021", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e3760e41"], "subnet_id": "subnet-bada3875", "key_name": "prod-deploy-key" } } ] } ] }