{ "version": 4, "terraform_version": "1.6.4", "serial": 283, "lineage": "3bbe45ff-87ca-d7c7-2989-da9c015dc505", "outputs": { "db_endpoint": { "value": "db-4.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-1ac7fc2314e8913a4", "ami": "ami-ec8c498c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b41c391f"], "subnet_id": "subnet-65d80858", "key_name": "prod-deploy-key" } } ] } ] }