{ "version": 4, "terraform_version": "1.8.3", "serial": 128, "lineage": "91f8b43f-b1bc-4d21-b367-17bd0af55c57", "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-5a95b5e886cdb6323", "ami": "ami-f70d6e21", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fcbb5526"], "subnet_id": "subnet-e5cbbd7b", "key_name": "prod-deploy-key" } } ] } ] }