{ "version": 4, "terraform_version": "1.8.3", "serial": 333, "lineage": "5c434269-af0a-639b-3d9b-58c9bcde6d5c", "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-7962f11569937a5ce", "ami": "ami-e5b85bea", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ce5dd7a2"], "subnet_id": "subnet-afabc2aa", "key_name": "prod-deploy-key" } } ] } ] }