{ "version": 4, "terraform_version": "1.7.8", "serial": 318, "lineage": "6c1b58eb-e74a-488b-b170-3ce1cce2b497", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-80fbdb7c07058c784", "ami": "ami-312c60bb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0f881da5"], "subnet_id": "subnet-1b631b1c", "key_name": "prod-deploy-key" } } ] } ] }