{ "version": 4, "terraform_version": "1.8.7", "serial": 107, "lineage": "b3873d34-228e-0ade-d59b-2a01257f8c99", "outputs": { "db_endpoint": { "value": "db-2.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-eba805a434606f29c", "ami": "ami-8c56d244", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ba4aa742"], "subnet_id": "subnet-fb9d1227", "key_name": "prod-deploy-key" } } ] } ] }