{ "version": 4, "terraform_version": "1.5.8", "serial": 420, "lineage": "0a397b1a-a092-e6df-a877-141f0a6deb5e", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-817958d434b7c5bd9", "ami": "ami-046d6d4d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a28cd832"], "subnet_id": "subnet-88fd00d8", "key_name": "prod-deploy-key" } } ] } ] }