{ "version": 4, "terraform_version": "1.7.4", "serial": 463, "lineage": "df74539e-80c7-70a8-42ab-5becdbf49d92", "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-e71af5b2d2a851e7e", "ami": "ami-0136bd6d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7d2e9ca0"], "subnet_id": "subnet-1a837fe2", "key_name": "prod-deploy-key" } } ] } ] }