{ "version": 4, "terraform_version": "1.5.0", "serial": 184, "lineage": "66d0486e-9d55-917a-86b9-bc7cdcdc11be", "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-9076c019c59094772", "ami": "ami-f9ea04a1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e407fe24"], "subnet_id": "subnet-087286c4", "key_name": "prod-deploy-key" } } ] } ] }