{ "version": 4, "terraform_version": "1.6.4", "serial": 326, "lineage": "84ba6860-5c7a-1fa4-5d4b-b44c96bc3d80", "outputs": { "db_endpoint": { "value": "db-2.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-540f4f603655e6a28", "ami": "ami-e5ad64c6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cb264359"], "subnet_id": "subnet-dde2c99c", "key_name": "prod-deploy-key" } } ] } ] }