{ "version": 4, "terraform_version": "1.7.6", "serial": 491, "lineage": "d1a1f136-8eaf-d89d-1e4a-52bdb3b4dd96", "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-9d3931bac1b897903", "ami": "ami-358fdfea", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-13837386"], "subnet_id": "subnet-2a54433e", "key_name": "prod-deploy-key" } } ] } ] }