{ "version": 4, "terraform_version": "1.6.1", "serial": 254, "lineage": "19e7e1f2-e51b-ca5c-66fb-6ce15df2ad7c", "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-bc96db01223d62a7c", "ami": "ami-5d944d10", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d9c1d156"], "subnet_id": "subnet-ba27e2d7", "key_name": "prod-deploy-key" } } ] } ] }