{ "version": 4, "terraform_version": "1.7.3", "serial": 552, "lineage": "069419f3-64d5-55c4-42a5-331ddae439f1", "outputs": { "db_endpoint": { "value": "db-0.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-58897b0fe05cfbf8b", "ami": "ami-c2b5f264", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1bc55fb3"], "subnet_id": "subnet-699d687e", "key_name": "prod-deploy-key" } } ] } ] }