{ "version": 4, "terraform_version": "1.8.1", "serial": 130, "lineage": "7d49d5ac-2195-f5f6-9ee3-5ff3e7d77a66", "outputs": { "db_endpoint": { "value": "db-1.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-4f088a5d9209f24cb", "ami": "ami-4473132d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57abcbd7"], "subnet_id": "subnet-febc6595", "key_name": "prod-deploy-key" } } ] } ] }