{ "version": 4, "terraform_version": "1.8.3", "serial": 434, "lineage": "bf9bbf31-8871-9041-1fff-3638f353d33f", "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-a7e70ffaf38308afa", "ami": "ami-281831b3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4a8d3881"], "subnet_id": "subnet-25e6d68b", "key_name": "prod-deploy-key" } } ] } ] }