{ "version": 4, "terraform_version": "1.7.6", "serial": 133, "lineage": "1cb8eb2c-c33f-0b78-3caf-38f8ca72eeef", "outputs": { "db_endpoint": { "value": "db-4.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-a00e8e19094882024", "ami": "ami-f2b74ff6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bbb645df"], "subnet_id": "subnet-9a2b7a2e", "key_name": "prod-deploy-key" } } ] } ] }