{ "version": 4, "terraform_version": "1.5.1", "serial": 485, "lineage": "780e4a7f-b299-e89d-700d-ffffa9b52e29", "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-4e544b797278268e5", "ami": "ami-849382fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-94b28b53"], "subnet_id": "subnet-8de0c169", "key_name": "prod-deploy-key" } } ] } ] }