{ "version": 4, "terraform_version": "1.6.5", "serial": 424, "lineage": "9699d461-e91f-8421-6ee2-efa716c9e7e4", "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-93f4bc582ed96cca0", "ami": "ami-412e790d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2caabd3"], "subnet_id": "subnet-e726f93e", "key_name": "prod-deploy-key" } } ] } ] }