{ "version": 4, "terraform_version": "1.8.1", "serial": 474, "lineage": "8db9f33b-c66f-6841-5b0d-a52f4d3136e9", "outputs": { "db_endpoint": { "value": "db-3.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-8224dfec120b53f90", "ami": "ami-689c0855", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6bf0b8d0"], "subnet_id": "subnet-85f6875d", "key_name": "prod-deploy-key" } } ] } ] }