{ "version": 4, "terraform_version": "1.5.6", "serial": 149, "lineage": "3ec881d8-fbdd-87ae-042e-cee2b25fb221", "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-ac6648a0c917702ed", "ami": "ami-e9a8503f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f8e6df96"], "subnet_id": "subnet-83d8048c", "key_name": "prod-deploy-key" } } ] } ] }