{ "version": 4, "terraform_version": "1.7.9", "serial": 484, "lineage": "879ac5e6-dc04-fab2-8d5d-97b5df026b64", "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-17b03867bd4395dce", "ami": "ami-b5114990", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-076183fe"], "subnet_id": "subnet-59e256b8", "key_name": "prod-deploy-key" } } ] } ] }