{ "version": 4, "terraform_version": "1.6.5", "serial": 442, "lineage": "960662bb-a492-8a00-394f-8ea22de68263", "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-797fd686cf27bd4d8", "ami": "ami-638bbb73", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c1f35d32"], "subnet_id": "subnet-adabf8cb", "key_name": "prod-deploy-key" } } ] } ] }