{ "version": 4, "terraform_version": "1.5.4", "serial": 284, "lineage": "2bd367fb-abe3-0c9a-b49e-12bdb36b776f", "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-7096d79596c9857e4", "ami": "ami-f99b640d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-294d25ee"], "subnet_id": "subnet-48f0536a", "key_name": "prod-deploy-key" } } ] } ] }