{ "version": 4, "terraform_version": "1.7.7", "serial": 520, "lineage": "9eaaf209-9df3-8949-77c6-e3d97a3b2c80", "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-0eb7c9e87964fb20d", "ami": "ami-b55f441f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-39af14ac"], "subnet_id": "subnet-ec110423", "key_name": "prod-deploy-key" } } ] } ] }