{ "version": 4, "terraform_version": "1.8.0", "serial": 554, "lineage": "81804ac5-be74-d6eb-e9aa-1e6fc5cd7a2f", "outputs": { "db_endpoint": { "value": "db-3.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-846349832a2e4e830", "ami": "ami-7e5898e8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dc2006c7"], "subnet_id": "subnet-485f35d4", "key_name": "prod-deploy-key" } } ] } ] }