{ "version": 4, "terraform_version": "1.8.1", "serial": 352, "lineage": "abe8cad0-4931-1f8a-5ffc-328a7fe1c1c5", "outputs": { "db_endpoint": { "value": "db-3.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-9209bb290e6e97e5d", "ami": "ami-312b6a54", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-06213ce9"], "subnet_id": "subnet-872179e3", "key_name": "prod-deploy-key" } } ] } ] }