{ "version": 4, "terraform_version": "1.8.6", "serial": 342, "lineage": "10bbce0d-09a3-753e-6bf3-01a6908ce3c8", "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-2b3dfca47a6650388", "ami": "ami-d6d83d71", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c8f3d2a"], "subnet_id": "subnet-df3956c3", "key_name": "prod-deploy-key" } } ] } ] }