{ "version": 4, "terraform_version": "1.5.2", "serial": 345, "lineage": "11b23cb9-9485-7749-b7cd-5770f6563831", "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-b53221afe4c7f67e1", "ami": "ami-1e33e1a6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7b35f323"], "subnet_id": "subnet-e907b88e", "key_name": "prod-deploy-key" } } ] } ] }