{ "version": 4, "terraform_version": "1.5.8", "serial": 168, "lineage": "9febd751-1eba-9e9a-1259-1e77722e3d62", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.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-6a4bcc4599b5e76a2", "ami": "ami-fb011824", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-efb55bc4"], "subnet_id": "subnet-1a3708ed", "key_name": "prod-deploy-key" } } ] } ] }