{ "version": 4, "terraform_version": "1.6.4", "serial": 230, "lineage": "c203b0f2-8293-b6a3-3d47-c2fc7a16dd7d", "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-3f462179387d7c805", "ami": "ami-3a74fdbc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-132617aa"], "subnet_id": "subnet-04669363", "key_name": "prod-deploy-key" } } ] } ] }