{ "version": 4, "terraform_version": "1.5.1", "serial": 560, "lineage": "c6648436-e058-ebe8-7844-e2f2a69081bb", "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-ca5f768380549e322", "ami": "ami-48edd779", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-32623d98"], "subnet_id": "subnet-f96c6e76", "key_name": "prod-deploy-key" } } ] } ] }