{ "version": 4, "terraform_version": "1.6.1", "serial": 547, "lineage": "06809c28-7965-9526-69b9-dce17cbf506a", "outputs": { "db_endpoint": { "value": "db-0.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-568d993594d7f7dde", "ami": "ami-a251cc7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a8603e4c"], "subnet_id": "subnet-559912cd", "key_name": "prod-deploy-key" } } ] } ] }