{ "version": 4, "terraform_version": "1.8.3", "serial": 261, "lineage": "c35f0967-7ed7-5b3d-d1a4-09636a2135ed", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3a791da5cbd4a1e7c", "ami": "ami-c5fe7725", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f9ab64ab"], "subnet_id": "subnet-cdf65c04", "key_name": "prod-deploy-key" } } ] } ] }