{ "version": 4, "terraform_version": "1.7.1", "serial": 583, "lineage": "f16c90d9-ddad-8123-920e-46799f5b5fee", "outputs": { "db_endpoint": { "value": "db-4.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-a74f6ee1e68e14a6e", "ami": "ami-da921ef0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe634a84"], "subnet_id": "subnet-e9abc977", "key_name": "prod-deploy-key" } } ] } ] }