{ "version": 4, "terraform_version": "1.7.5", "serial": 511, "lineage": "84e6abe4-998f-4f63-4382-f2a2e842cc71", "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-f55c3f9994dc3d71a", "ami": "ami-2a3a25bf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3a87b9cb"], "subnet_id": "subnet-a8dbf6d1", "key_name": "prod-deploy-key" } } ] } ] }