{ "version": 4, "terraform_version": "1.8.5", "serial": 196, "lineage": "c2b0be95-a188-014c-29ea-99165ff6d093", "outputs": { "db_endpoint": { "value": "db-1.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-c17f8db9ddd42fde5", "ami": "ami-0d99ec95", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f5808212"], "subnet_id": "subnet-0f9326c5", "key_name": "prod-deploy-key" } } ] } ] }