{ "version": 4, "terraform_version": "1.8.1", "serial": 175, "lineage": "2b96c19b-7561-edb8-4fa2-81bb4e694f47", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-e9601142a77753fd2", "ami": "ami-0d22a37c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b20ca60e"], "subnet_id": "subnet-18b97be1", "key_name": "prod-deploy-key" } } ] } ] }