{ "version": 4, "terraform_version": "1.6.0", "serial": 311, "lineage": "c0d24d51-7f3b-6db5-40ad-7185b2fe445b", "outputs": { "db_endpoint": { "value": "db-1.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-fd08c46f3e63bd72b", "ami": "ami-0fafc5d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ea3f2523"], "subnet_id": "subnet-280d85a0", "key_name": "prod-deploy-key" } } ] } ] }