{ "version": 4, "terraform_version": "1.6.3", "serial": 213, "lineage": "453bc6d5-ef06-27f0-f4d9-53a00d829c1f", "outputs": { "db_endpoint": { "value": "db-2.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-cc0f026cc9f4f014e", "ami": "ami-3f2cd2de", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f73a3941"], "subnet_id": "subnet-b0822234", "key_name": "prod-deploy-key" } } ] } ] }