{ "version": 4, "terraform_version": "1.6.0", "serial": 145, "lineage": "5d249846-7bd4-e5ba-bad9-32ec2a46fa7b", "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-e5c16b85eee87894a", "ami": "ami-f820a0c2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b1c388f8"], "subnet_id": "subnet-b2640f95", "key_name": "prod-deploy-key" } } ] } ] }